﻿2026-06-19T23:28:43.6777889Z ##[group]Run actions/checkout@v5
2026-06-19T23:28:43.6778660Z with:
2026-06-19T23:28:43.6778966Z   repository: SaberMage/spt-core
2026-06-19T23:28:43.6781965Z   token: ***
2026-06-19T23:28:43.6782336Z   ssh-strict: true
2026-06-19T23:28:43.6782644Z   ssh-user: git
2026-06-19T23:28:43.6782946Z   persist-credentials: true
2026-06-19T23:28:43.6783282Z   clean: true
2026-06-19T23:28:43.6783608Z   sparse-checkout-cone-mode: true
2026-06-19T23:28:43.6783954Z   fetch-depth: 1
2026-06-19T23:28:43.6784258Z   fetch-tags: false
2026-06-19T23:28:43.6784555Z   show-progress: true
2026-06-19T23:28:43.6784868Z   lfs: false
2026-06-19T23:28:43.6785153Z   submodules: false
2026-06-19T23:28:43.6785460Z   set-safe-directory: true
2026-06-19T23:28:43.6785942Z ##[endgroup]
2026-06-19T23:28:43.8551616Z Syncing repository: SaberMage/spt-core
2026-06-19T23:28:43.8552748Z ##[group]Getting Git version info
2026-06-19T23:28:43.8553258Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-19T23:28:43.8849620Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-19T23:28:43.9049466Z git version 2.43.0.windows.1
2026-06-19T23:28:43.9075669Z ##[endgroup]
2026-06-19T23:28:43.9082745Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\b50a324c-673f-49a5-b076-f1a50e3c3ef4\.gitconfig'
2026-06-19T23:28:43.9095694Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b50a324c-673f-49a5-b076-f1a50e3c3ef4' before making global git config changes
2026-06-19T23:28:43.9096610Z Adding repository directory to the temporary git global config as a safe directory
2026-06-19T23:28:43.9101231Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-19T23:28:43.9332804Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-19T23:28:43.9533886Z https://github.com/SaberMage/spt-core
2026-06-19T23:28:43.9564195Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-19T23:28:43.9567124Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-19T23:28:43.9756494Z HEAD
2026-06-19T23:28:43.9992811Z ##[endgroup]
2026-06-19T23:28:43.9998338Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-19T23:28:44.3624645Z ##[group]Cleaning the repository
2026-06-19T23:28:44.3628396Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-19T23:28:45.5785841Z Removing target/
2026-06-19T23:28:45.5819920Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-19T23:28:45.6577091Z HEAD is now at 8e79aac Merge bf32b8cdcdc27653346a572478007f28d506f9b3 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-19T23:28:45.6619368Z ##[endgroup]
2026-06-19T23:28:45.6619894Z ##[group]Disabling automatic garbage collection
2026-06-19T23:28:45.6624925Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-19T23:28:45.6874839Z ##[endgroup]
2026-06-19T23:28:45.6875303Z ##[group]Setting up auth
2026-06-19T23:28:45.6881809Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-19T23:28:45.7112365Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-19T23:28:46.0567616Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-19T23:28:46.0785863Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-19T23:28:46.4591306Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-19T23:28:46.4799585Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-19T23:28:46.8485399Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-19T23:28:46.8767622Z ##[endgroup]
2026-06-19T23:28:46.8768202Z ##[group]Fetching the repository
2026-06-19T23:28:46.8774565Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8e79aacaee8fc31766d35d582208ea41d963b8fb:refs/remotes/pull/26/merge
2026-06-19T23:28:47.5537159Z ##[endgroup]
2026-06-19T23:28:47.5537565Z ##[group]Determining the checkout info
2026-06-19T23:28:47.5537911Z ##[endgroup]
2026-06-19T23:28:47.5546220Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-19T23:28:47.5797505Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-19T23:28:47.6010351Z ##[group]Checking out the ref
2026-06-19T23:28:47.6015617Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/26/merge
2026-06-19T23:28:47.6325410Z HEAD is now at 8e79aac Merge bf32b8cdcdc27653346a572478007f28d506f9b3 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-19T23:28:47.6347513Z ##[endgroup]
2026-06-19T23:28:47.6576356Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-19T23:28:47.6769266Z 8e79aacaee8fc31766d35d582208ea41d963b8fb
